Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / NBlocksRing<T> Class / KIQ Method


In This Topic
    KIQ Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub KIQ( _
       ByVal lIQ As System.Integer, _
       ByVal MIQ As NChainNode(Of T()), _
       ByVal nIQ As System.Integer, _
       ByVal OIQ As T _
    ) 
    'Usage
     
    
    Dim instance As NBlocksRing(Of T)
    Dim lIQ As System.Integer
    Dim MIQ As NChainNode(Of T())
    Dim nIQ As System.Integer
    Dim OIQ As T
     
    instance.KIQ(lIQ, MIQ, nIQ, OIQ)
    internal void KIQ( 
       System.int lIQ,
       NChainNode<T[]> MIQ,
       System.int nIQ,
       T OIQ
    )

    Parameters

    lIQ
    MIQ
    nIQ
    OIQ
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also